home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.txt
/
000047_robt@publicans.com_Wed Dec 27 15:49:53 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2018-01-01
|
3KB
Path: reader2.panix.com!reader1.panix.com!panix!newsfeed.media.kyoto-u.ac.jp!newshub.sdsu.edu!postnews.google.com!48g2000cwx.googlegroups.com!not-for-mail
From: "robt" <robt@publicans.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: ftp check usage
Date: 27 Dec 2006 06:28:14 -0800
Organization: http://groups.google.com
Lines: 46
Message-ID: <1167229694.435877.237650@48g2000cwx.googlegroups.com>
References: <1166820118.724272.114490@80g2000cwy.googlegroups.com>
<slrneooln8.grv.fdc@panix3.panix.com>
NNTP-Posting-Host: 216.110.79.11
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1167229700 5940 127.0.0.1 (27 Dec 2006 14:28:20 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 27 Dec 2006 14:28:20 +0000 (UTC)
In-Reply-To: <slrneooln8.grv.fdc@panix3.panix.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 INFOSERVER10
Complaints-To: groups-abuse@google.com
Injection-Info: 48g2000cwx.googlegroups.com; posting-host=216.110.79.11;
posting-account=LlNh-Q0AAABA3BnBY08hckoBokNL9gNw
Xref: panix comp.protocols.kermit.misc:15618
This is what I receive on my system:
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>set ftp debug on
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>ftp open tartarus
Connected to tartarus.
220 tartarus FTP server (SunOS 5.8) ready.
Name (tartarus:oracle): oracle
---> USER oracle
331 Password required for oracle.
Password:
---> PASS XXXX
230 User oracle logged in.
Switching LOCUS for file-management commands to REMOTE.
---> REST 0
502 REST command not implemented.
---> SYST
215 UNIX Type: L8 Version: SUNOS
Remote system type is UNIX.
---> TYPE I
200 Type set to I.
Default transfer mode is BINARY
---> MODE S
200 MODE S ok.
---> STRU F
200 STRU F ok.
---> FEAT
500 'FEAT': command not understood.
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>cd scripts
---> CWD scripts
250 CWD command successful.
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>ftp check tst
---> TYPE A
200 Type set to A.
---> PASV
227 Entering Passive Mode (192,168,7,175,241,21)
---> NLST tst
150 ASCII data connection for /bin/ls (192.168.7.99,38074) (0 bytes).
226 ASCII Transfer complete.
LISTFILE: /tmp/ckT9ayfB
[/bin/ls: tst: No such file or directory]
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>status
SUCCESS
(/usr2/prod/home/oracle/scripts/system/) C-Kermit>
You'll notice that even though the file 'tst' does not exist, I still
am getting a 'SUCCESS' status.